home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_gconf
- if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then
- update-gconf-defaults
- fi
- # End automatically added section
- # Automatically added by dh_gconf
- if [ "$1" = "configure" ]; then
- gconf-schemas --register apps_gnome_settings_daemon_housekeeping.schemas apps_gnome_settings_daemon_keybindings.schemas apps_gnome_settings_daemon_xrandr.schemas desktop_gnome_font_rendering.schemas desktop_gnome_keybindings.schemas desktop_gnome_peripherals_touchpad.schemas gnome-settings-daemon.schemas
- fi
- # End automatically added section
- # Automatically added by dh_makeshlibs
- if [ "$1" = "configure" ]; then
- ldconfig
- fi
- # End automatically added section
-